.search{
	padding: 20px 0;
}
.main_a{
	background: #f8f8f8;
	padding: 100px 0;
}
.main_a .ma_fr .ma_img img{
	display: block;
}
.main_a .ma_fr .ma_tt{
	width: 48%;
	color: #333333;
}
.main_a .ma_fr .ma_tt .matt_top{
	margin-bottom: 40px;
}
.main_a .ma_fr .ma_tt .matt_top h1{
	font-weight: normal;
	font-size: 26px;
}
.main_a .ma_fr .ma_tt .matt_top p{
	font-size: 20px;
}
.main_a .ma_fr .ma_tt .matt_mid p{
	font-size: 15px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	line-height: 2;
}
.main_a .ma_fr .ma_tt .matt_button{
	margin-top: 60px;
}
.main_a .ma_fr .ma_tt .matt_button a{
	color: #FFF;
	background: #d92525;
	font-size: 15px;
	border-radius: 5px;
	padding: 12px 35px;
}
.mb_head{
	margin-top: 80px;
	text-align: center;
	line-height: 1.5;
	margin-bottom: 30px;
}
.mb_head h1,.mb_head h2{
	font-size: 30px;
}
.mb_head h2{
	text-transform: uppercase;
	color: #c5c5c5;
	font-weight: lighter;
}
.main_b .mb_swiper .mb_pag{
	width: 97%;
	margin: 0 auto;
}
.main_b .mb_swiper .mb_pag > li{
	width: 22.75%!important;
	height: initial!important;
	border-radius: 0;
	text-align: center;
	background: #f5f5f5;
	opacity: 1;
	padding: 13px 0;
	font-size: 16px;
	margin-left: 0 ;
	margin-right: 3% ;
	margin-bottom: 20px;
}
.main_b .mb_swiper .mb_pag > li:nth-child(4n){
	margin-right: 0;
	margin-left: 0;
}
.main_b .mb_swiper .mb_pag > li.swiper-pagination-bullet-active{
	background: #2e4e9f;
	color: #FFFFFF;
}
.mb_inbox{
	margin-top: 20px;
}
.mb_inbox > ul{
	padding-left: 5px;
}
.mb_inbox > ul > li{
	display: inline-block;
	width: 285px;
	box-shadow: 1px 1px 5px rgba(0,0,0,.3);
	margin-right: 15px;
	margin-bottom: 15px;
	position: relative;
	transition: all .4s ease-in-out 0s;
	overflow: hidden;
	padding: 30px 0;
}
.mb_inbox > ul > li:nth-child(4n){
	margin-right: 0;
}
.mb_inbox > ul > li .inbox_img{
	width: 280px;
	height: 228px;
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}
.mb_inbox > ul > li .inbox_img img{
	position: absolute;
	max-width: 100%;
	max-height: 100%;
}
.mb_inbox > ul > li .inbox_tt{
	width: 63%;
	height: 50px;
	margin: 30px auto 0 auto;
	text-align: center;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mb_inbox > ul > li > a{
	display: block;
	text-align: center;
	font-size: 15px;
	color: #999999;
	padding-top: 35px;
	transition: all .4s ease-in-out 0s;
}
.mb_inbox > ul > li:hover > a{
	opacity: 0;
}
.mb_inbox > ul > li:hover .inbox_hv{
	display: block;
	height: 100%;
	visibility: visible;
}
.mb_inbox > ul > li .inbox_hv{
	visibility: hidden;
	color: #FFFFFF;
	position: absolute;
	width: 100%;
	height: 0;
	bottom: 0;
	background: rgba(46,78,159,.8);
	transition: all .4s ease-in-out 0s;
}
.mb_inbox > ul > li .inbox_hv .flex{
	height: 100%;
}
.mb_inbox > ul > li .inbox_hv .hv_tt{
	text-align: center;
	width: 75%;
	margin: 0 auto;
}
.mb_inbox > ul > li .inbox_hv .hv_tt h1{
	height: 50px;
	font-size: 16px;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mb_inbox > ul > li .inbox_hv .hv_tt p{
	font-size: 16px;
	padding-top: 20px;
}
.mb_inbox > ul > li .inbox_hv .hv_tt a{
	width: 67%;
	margin: 0 auto;
	display: block;
	background: #FFFFFF;
	color: #000000;
	padding: 8px 0;
	margin-top: 50px;
	transition: all .4s ease-in-out 0s;
}
.mb_inbox > ul > li .inbox_hv .hv_tt a:hover{
	background: #025EC1;
	color: #FFFFFF;
}
.main_c{
	margin-top: 60px;
	height: 830px;
	padding-top: 70px;
	background-position: center;
	background-repeat: no-repeat;
}
.main_c .mc_head{
	text-align: center;
	color: #FFFFFF;
	line-height: 1.7;
}
.main_c .mc_head h1{
	font-size: 30px;
	font-weight: normal;
}
.main_c .mc_head h1 span{
	font-weight: bold;
	font-size: 38px;
}
.main_c .mc_head p{
	font-size: 20px;
}
.main_c .mc_head p span{
	font-weight: bold;
}
.mc_list{
	margin-top: 30px!important;
}
.mc_list > ul{
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-align: center;
}
.mc_list > ul > li{
	background: #FFFFFF;
	width: 380px;
	height: 411px;
	padding-top: 40px;
	position: relative;
}
.mc_list > ul > li:before{
	position: absolute;
	left: 0;
	bottom: 0;
	content: "";
	width: 76px;
	height: 60px;
}
.mc_list > ul > li:nth-child(1):before{
	background: url(../img/mc_01.png);
}
.mc_list > ul > li:nth-child(2):before{
	background: url(../img/mc_02.png);
}
.mc_list > ul > li:nth-child(3):before{
	background: url(../img/mc_03.png);
}
.mc_list > ul > li:first-child{
	margin-left: 0;
}
.mc_inbox h1{
	font-size: 26px;
	color: #3251a7;
	position: relative;
	padding-bottom: 20px;
}
.mc_inbox h1:before{
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: 0;
	content: "";
	width: 48px;
	height: 2px;
	background: #ff0000;
}
.mc_inbox ul{
	width: 85%;
	margin: 0 auto;
	padding-top: 30px;
	overflow: hidden;
}
.mc_inbox ul li:first-child{
	margin-top: 0;
}
.mc_inbox ul li{
	text-align: left;
	font-size: 15px;
	position: relative;
	line-height: 1.8;
	padding-left: 20px;
	margin-top: 20px;
}
.mc_inbox ul li:before{
	position: absolute;
	content: "";
	left: 0;
	top: 50%;
	margin-top: -3px;
	width: 6px;
	height: 6px;
	background: #ff0000;
	transform: rotate(45deg);
}
.mc_inbox ul li:first-child .mc_inbox ul li:first-child{
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.mc_list > ul > li:first-child .mc_inbox ul li:first-child:before{
	top: 14px;
}
.mc_list > ul > li:nth-child(2) .mc_inbox ul li:before,.mc_list > ul > li:nth-child(3) .mc_inbox ul li:before{
	top: 14px;
}
.main_c .mc_qq{
	margin-top: 50px;
}
.main_c .mc_qq a{
	width: 166px;
	margin: 0 auto;
	border-radius: 5px;
	background: #FFFFFF;
	display: block;
	text-align: center;
	font-size: 18px;
	padding: 10px 0;
	cursor: pointer;
}
.main_d .md_head{
	text-align: center;
	margin-top: 70px;
	margin-bottom: 35px;
}
.md_list ul{
	border: 1px solid #e5e5e5;
	border-right: none;
	border-bottom: none;
	box-sizing: border-box;
}
.md_list ul li{
	float: left;
	border-right: 1px solid #E5E5E5;
	border-bottom: 1px solid #E5E5E5;
	position: relative;
	overflow: hidden;
}
.md_list ul li:nth-child(4n){
	width: 302px;
}
.md_list ul li .md_img,.md_list ul li .md_img img{
	width: 298px;
	height: 165px;
}
.md_list ul li .md_hv{
	position: absolute;
	bottom: 0;
	right: 105%;
	width: 100%;
	height: 100%;
	background: rgba(46,78,159,.8);
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all .4s ease-in-out 0s;
}
.md_list ul li .md_hv p{
	font-size: 32px;
	color: #FFFFFF;
	-webkit-user-select:none;
	-moz-user-select:none;
	-ms-user-select:none;
	user-select:none;
}
.md_list ul li:hover .md_hv{
	visibility: visible;
	right: 0;
}
.main_e{
	margin: 60px 0;
	height: 194px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.me_wh .me_img{
	width: 456px;
	height: 171px;
}
.me_wh .me_tt{
	color: #FFFFFF;
	text-align: right;
	line-height: 1.4;
}
.me_wh .me_tt h1{
	font-size: 34px;
}
.me_wh .me_tt p{
	font-size: 22px;
}
.me_wh .me_tt p span{
	font-weight: bold;
}
.me_wh .me_tt .me_tel{
	margin-top: 15px;
	float: right;
	font-weight: bold;
	font-size: 26px;
	text-align: initial;
	width: 240px;
	border-radius: 50px;
	border: 1px solid rgba(255,255,255,.2);
	background: url(../img/me_tel.png) no-repeat 190px center;
	padding: 8px 20px;
}
.me_wh .me_button{
	margin-top: -35px;
	width: 91px;
	height: 158px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #4473eb;
}
.me_wh .me_button p{
	color: #FFFFFF;
	font-size: 26px;
	width: 26px;
	line-height: 1;
}
.main_f{
	margin-bottom: 60px!important;
}
.main_f .mf_head{
	margin-top: 70px;
	margin-bottom: 20px;
}
.mf_l{
	width: 603px;
}
.mf_r{
	width: 556px;
}
.mf_l .mf_img{
	width: 603px;
	height: 283px;
}
.mf_l .mfl_tt{
	
}
.mf_l .mfl_tt h1{
	margin-top: 20px;
	margin-bottom: 10px;
	text-align: center;
	font-size: 18px;
}
.mf_l .mfl_tt p{
	width: 97%;
	margin: 0 auto;
	font-size: 15px;
	color: #666;
	overflow: hidden;
	text-overflow:ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	position: relative;
}
.mf_l .mfl_tt p a{
	font-weight: bold;
	color: #df2a2a;
	padding-left: 20px;
}
.mf_r .mfr_top .top_head p{
	color: #666666;
}
.mf_r .mfr_top .top_head p span{
	color: #1f489d;
}
.mf_r .mfr_top .top_head a{
	color: #999999;
}
.mf_r .mfr_top .top_tt{
	padding: 30px 0;
	border-bottom: 1px solid #e1e1e1;
}
.mf_r .mfr_top .top_tt > a{
	color: #000000!important;
}
.mf_r .mfr_top .top_tt h1{
	font-size: 16px;
	padding-bottom: 5px;
}
.mf_r .mfr_top .top_tt p{
	font-size: 15px;
	color: #666666;
}
.mf_r .mfr_top .top_tt a{
	font-weight: bold;
	color: #D32020;
}
.mf_r .mfr_bot ul li a p{
	font-size: 15px;
	color: #000000;
	transition: all .4s ease-in-out 0s;
	width: 380px;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.mf_r .mfr_bot ul li a span{
	font-size: 15px;
	color: #999999;
}
.mf_r .mfr_bot ul{
	margin-top: 20px;
}
.mf_r .mfr_bot ul li{
	position: relative;
	padding-left: 15px;
	margin-bottom: 20px;
}
.mf_r .mfr_bot ul li:hover a p{
	color: #fd9b01;
}
.mf_r .mfr_bot ul li:before{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -1px;
	content: "";
	width: 4px;
	height: 4px;
	background: #fd9b01;
	border-radius: 100%;
}